The following tables list the members exposed by LocalizableValue<T>.
Name | Description | |
---|---|---|
CultureValues | Gets a lookup of localized values of the current instance for supported cultures. | |
HasValue | Determines whether a localized value of the current type exists for the current culture. | |
Value | Gets and sets localized value taking the current culture into account. |
Name | Description | |
---|---|---|
ClearCultureValue | Clears the localized value for the specified culture. | |
GetCultureValue | Gets the localized value of the specified type for the specified culture. Depending on the value of the throwIfNoManager parameter method may generate an exception of the ItemNotFoundException type, unless a resource manager is set for this localized value. | |
GetCultureValueWithFallback | Gets the localized value of the specified type for the specified culture. If value for the specified culture is not found, default culture value is returned. Depending on the value of the throwIfNoManager parameter method may generate an exception of the ItemNotFoundException type, unless a resource manager is set for this localized value. | |
HasCultureValue | Overridden. Determines whether a localized value exists for the specified culture. | |
LoadCultureValues | Overridden. Loads a list of localized values of the specified type for all cultures set in the global resource storage. | |
SetCultureValue | Sets the specified localized value for the specified culture. |